home *** CD-ROM | disk | FTP | other *** search
/ Digital Kitchen / DKCD.mdf / print cast.cst / 00079_Script_79 < prev    next >
Text File  |  1999-03-10  |  145b  |  9 lines

  1. on mouseEnter
  2.   set the castNum of sprite 4 to 385
  3. end mouseEnter
  4.  
  5. on mouseLeave
  6.   set the castNum of sprite 4 to 386
  7. end mouseLeave
  8.  
  9. end